[INFO] fetching crate resplus-impl 0.2.0...
[INFO] fixing resplus-impl-0.2.0 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate resplus-impl 0.2.0 into /workspace/builds/worker-7-tc1/source
[INFO] started tweaking crates.io crate resplus-impl 0.2.0
[INFO] finished tweaking crates.io crate resplus-impl 0.2.0
[INFO] tweaked toml for crates.io crate resplus-impl 0.2.0 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate resplus-impl 0.2.0 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate resplus-impl 0.2.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded async-trait v0.1.87
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 88d5f9c171ebabde0840162a68aeba2d24c4ad9e7ac2798d75a807e9aebba069
[INFO] running `Command { std: "docker" "start" "88d5f9c171ebabde0840162a68aeba2d24c4ad9e7ac2798d75a807e9aebba069", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "88d5f9c171ebabde0840162a68aeba2d24c4ad9e7ac2798d75a807e9aebba069" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "88d5f9c171ebabde0840162a68aeba2d24c4ad9e7ac2798d75a807e9aebba069", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "88d5f9c171ebabde0840162a68aeba2d24c4ad9e7ac2798d75a807e9aebba069" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.39
[INFO] [stderr]    Compiling syn v2.0.99
[INFO] [stderr]    Compiling async-trait v0.1.87
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]     Checking tokio v1.43.0
[INFO] [stderr]     Checking resplus-impl v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `test_util`
[INFO] [stdout]   --> src/fut.rs:68:9
[INFO] [stdout]    |
[INFO] [stdout] 68 |     use test_util::*;
[INFO] [stdout]    |         ^^^^^^^^^ use of unresolved module or unlinked crate `test_util`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `test_util`, use `cargo add test_util` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `test_util`
[INFO] [stdout]   --> src/sync.rs:68:9
[INFO] [stdout]    |
[INFO] [stdout] 68 |     use test_util::*;
[INFO] [stdout]    |         ^^^^^^^^^ use of unresolved module or unlinked crate `test_util`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `test_util`, use `cargo add test_util` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `async_assert_result` in this scope
[INFO] [stdout]   --> src/fut.rs:72:9
[INFO] [stdout]    |
[INFO] [stdout] 72 |         async_assert_result!(about!(af0()), "source: Error\n  source");
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `async_assert_result` in this scope
[INFO] [stdout]   --> src/fut.rs:73:9
[INFO] [stdout]    |
[INFO] [stdout] 73 |         async_assert_result!(about!(af1(1)), "source: Error\n  source");
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `async_assert_result` in this scope
[INFO] [stdout]   --> src/fut.rs:74:9
[INFO] [stdout]    |
[INFO] [stdout] 74 |         async_assert_result!(about!(af2(1, 1)), "source: Error\n  source");
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `async_assert_result` in this scope
[INFO] [stdout]   --> src/fut.rs:79:9
[INFO] [stdout]    |
[INFO] [stdout] 79 |         async_assert_result!(about_else!(af0()), "source: Error\n  source");
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `async_assert_result` in this scope
[INFO] [stdout]   --> src/fut.rs:80:9
[INFO] [stdout]    |
[INFO] [stdout] 80 |         async_assert_result!(about_else!(af1(1)), "source: Error\n  source");
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `async_assert_result` in this scope
[INFO] [stdout]   --> src/fut.rs:81:9
[INFO] [stdout]    |
[INFO] [stdout] 81 |         async_assert_result!(about_else!(af2(1, 1)), "source: Error\n  source");
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_result` in this scope
[INFO] [stdout]   --> src/sync.rs:72:9
[INFO] [stdout]    |
[INFO] [stdout] 72 |         assert_result!(about!(f0()), "source: Error\n  source");
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_result` in this scope
[INFO] [stdout]   --> src/sync.rs:73:9
[INFO] [stdout]    |
[INFO] [stdout] 73 |         assert_result!(about!(f1(1)), "source: Error\n  source");
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_result` in this scope
[INFO] [stdout]   --> src/sync.rs:74:9
[INFO] [stdout]    |
[INFO] [stdout] 74 |         assert_result!(about!(f2(1, 1)), "source: Error\n  source");
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_result` in this scope
[INFO] [stdout]   --> src/sync.rs:79:9
[INFO] [stdout]    |
[INFO] [stdout] 79 |         assert_result!(about_else!(f0()), "source: Error\n  source");
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_result` in this scope
[INFO] [stdout]   --> src/sync.rs:80:9
[INFO] [stdout]    |
[INFO] [stdout] 80 |         assert_result!(about_else!(f1(1)), "source: Error\n  source");
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_result` in this scope
[INFO] [stdout]   --> src/sync.rs:81:9
[INFO] [stdout]    |
[INFO] [stdout] 81 |         assert_result!(about_else!(f2(1, 1)), "source: Error\n  source");
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::FutResultChain`
[INFO] [stdout]   --> src/fut.rs:65:9
[INFO] [stdout]    |
[INFO] [stdout] 65 |     use super::FutResultChain;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate as resplus`
[INFO] [stdout]   --> src/fut.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 66 |     use crate as resplus;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `about_else` and `about`
[INFO] [stdout]   --> src/fut.rs:67:24
[INFO] [stdout]    |
[INFO] [stdout] 67 |     use crate::tests::{about, about_else};
[INFO] [stdout]    |                        ^^^^^  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::ResultChain`
[INFO] [stdout]   --> src/sync.rs:65:9
[INFO] [stdout]    |
[INFO] [stdout] 65 |     use super::ResultChain;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate as resplus`
[INFO] [stdout]   --> src/sync.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 66 |     use crate as resplus;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `about_else` and `about`
[INFO] [stdout]   --> src/sync.rs:67:24
[INFO] [stdout]    |
[INFO] [stdout] 67 |     use crate::tests::{about, about_else};
[INFO] [stdout]    |                        ^^^^^  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused macro definition: `about`
[INFO] [stdout]   --> src/lib.rs:69:18
[INFO] [stdout]    |
[INFO] [stdout] 69 |     macro_rules! about {
[INFO] [stdout]    |                  ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_macros)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused macro definition: `about_else`
[INFO] [stdout]   --> src/lib.rs:75:18
[INFO] [stdout]    |
[INFO] [stdout] 75 |     macro_rules! about_else {
[INFO] [stdout]    |                  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `resplus-impl` (lib test) due to 14 previous errors; 8 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "88d5f9c171ebabde0840162a68aeba2d24c4ad9e7ac2798d75a807e9aebba069", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "88d5f9c171ebabde0840162a68aeba2d24c4ad9e7ac2798d75a807e9aebba069", kill_on_drop: false }`
[INFO] [stdout] 88d5f9c171ebabde0840162a68aeba2d24c4ad9e7ac2798d75a807e9aebba069
